home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / PROBLEMS / BENCHMARK / BOGO / BUGS < prev    next >
Text File  |  1994-06-04  |  514b  |  11 lines

  1. There may be slight differences between the portable and machine
  2. independent versions of the bogomips program. On my system (Linux
  3. 1.0.9, 386DX-40, gcc 2.5.8) I get the same results, but they may vary
  4. with other compilers or processors. Compiling without optimization
  5. certainly makes a difference.
  6.  
  7. When running on a new platform, look at the generated assembly
  8. code. The compiler might try to optimize out the delay() function. If
  9. so, compile with less optimization or try making the loop counter
  10. ("i") volatile.
  11.